object RegisterWindow: TRegisterWindow Left = 212 Top = 195 ActiveControl = Edit1 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'RegisterWindow' ClientHeight = 194 ClientWidth = 362 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 329 Height = 49 Caption = 'User Name' TabOrder = 0 object Edit1: TEdit Left = 8 Top = 16 Width = 313 Height = 21 TabOrder = 0 end end object GroupBox2: TGroupBox Left = 16 Top = 80 Width = 329 Height = 49 Caption = 'Password' TabOrder = 1 object Edit2: TEdit Left = 8 Top = 16 Width = 313 Height = 21 TabOrder = 0 end end object Button1: TButton Left = 16 Top = 144 Width = 169 Height = 33 Caption = 'Register' Default = True Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end object Button2: TButton Left = 192 Top = 144 Width = 153 Height = 33 Cancel = True Caption = 'Cancel' Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end end